home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / eldritch.lha / Cities / _Default.Asc next >
Text File  |  1995-08-31  |  2KB  |  185 lines

  1. ; Default City file.
  2.  
  3. ; This file describes the .Cty file for the _Default city.
  4.  
  5. location 0
  6.  
  7.    ; The basic room attributes:
  8.  
  9.    xpos=0
  10.    ypos=0
  11.    xwidth=10
  12.    ywidth=6
  13.    height=0
  14.    graphics="Basic"
  15.    floor_gfx=8
  16.  
  17.    ; Objects within the room: Lights, fixtures, etc.
  18.  
  19.    object
  20.  
  21.       ; A basic fixture.
  22.  
  23.       xpos=2
  24.       ypos=2
  25.       width=1
  26.       height=1
  27.       graphics=28
  28.       type=-5
  29.       info=0
  30.    end
  31. ;   object
  32. ;
  33. ;      ; A set of NPC characters(type=0)
  34. ;
  35. ;      xpos=4
  36. ;      ypos=4
  37. ;      width=1
  38. ;      height=1
  39. ;      graphics=0
  40. ;      type=0
  41. ;      info=2
  42. ;   end
  43.  
  44.    light
  45.       xpos=2
  46.       ypos=2
  47.       width=1
  48.       height=1
  49.       size=24
  50.    end
  51.  
  52.    light
  53.       xpos=8
  54.       ypos=3
  55.       width=0
  56.       height=0
  57.       size=48
  58.    end
  59.  
  60.    object
  61.  
  62.       ; A door into the next room.
  63.  
  64.       xpos=11
  65.       ypos=3
  66.       width=0
  67.       height=0
  68.       graphics=21
  69.       type=1
  70.       info=-1
  71.    end
  72.  
  73.    object
  74.       xpos=0
  75.       ypos=5
  76.       width=0
  77.       height=1
  78.       graphics=21
  79.       type=1
  80.       info=-1
  81.    end
  82.  
  83. end
  84.  
  85. location 11
  86.    xpos=-12
  87.    ypos=-3
  88.    xwidth=11
  89.    ywidth=11
  90.    height=0
  91.    graphics="Basic"
  92.    floor_gfx=8
  93.  
  94.    object
  95.       xpos=12
  96.       ypos=8
  97.       width=0
  98.       height=1
  99.       graphics=21
  100.       type=1
  101.       info=-1
  102.    end
  103.  
  104.    light
  105.       xpos=4
  106.       ypos=3
  107.       width=5
  108.       height=5
  109.       size=32
  110.    end
  111.  
  112.    object
  113.  
  114.       ; A group of Thugs.
  115.  
  116.       xpos=3
  117.       ypos=4
  118.       width=2
  119.       height=2
  120.       graphics=0
  121.       type=0
  122.       info=1
  123.    end
  124.  
  125. end
  126.  
  127.  
  128. location 10
  129.    xpos=11
  130.    ypos=2
  131.    xwidth=15
  132.    ywidth=8
  133.    height=0
  134.    graphics="Basic"
  135.    floor_gfx=8
  136.  
  137.    object
  138.       xpos=0
  139.       ypos=1
  140.       width=0
  141.       height=0
  142.       graphics=21
  143.       type=1
  144.       info=-1
  145.    end
  146.  
  147.    object
  148.  
  149.       ; A group of Thugs.
  150.  
  151.       xpos=3
  152.       ypos=4
  153.       width=1
  154.       height=1
  155.       graphics=0
  156.       type=0
  157.       info=1
  158.    end
  159.  
  160.    object
  161.  
  162.       ; A group of Enforcers.
  163.  
  164.       xpos=12
  165.       ypos=4
  166.       width=1
  167.       height=1
  168.       graphics=0
  169.       type=0
  170.       info=2
  171.    end
  172.  
  173.    light
  174.  
  175.       ; A big light.
  176.  
  177.       xpos=8
  178.       ypos=5
  179.       width=0
  180.       height=0
  181.       size=64
  182.    end
  183. end
  184.       
  185.